home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / sftp127.zip / HELP.TXT < prev    next >
Text File  |  1996-06-25  |  21KB  |  394 lines

  1. Welcome to S-FTP version 1.27 (or simple FTP)!
  2. .
  3. The author of this software is Keith Cotroneo. I call S-FTP Week-End-Ware
  4. ....because I really only have time to work on it during the week ends.
  5. .
  6. I am a Dean at a college in Oregon. Computers are a hobby of mine and lately
  7. I have spent some time on the Internet. The FTP utilities that I have tried
  8. have not suited my needs very well and Web browser don't work well for batch
  9. downloads. So I wrote this program for my own use.
  10. .
  11. What I wanted was something that would allow me to:
  12. .
  13.         *logon the popular ftp sites without hassle
  14.         *read .txt information about files in the directories easily
  15.         *perform batch downloads
  16.         *do an occasional upload
  17. .
  18. S-FTP does those things for me.
  19. .
  20. If it works for you, you are welcome to use it with the following provisions:
  21. .
  22.         1) There is absolutely no warranty with this software. You use it
  23.         completely at your own risk. This means that you agree that if you
  24.         use the software and it somehow screws up your system or you lose files,
  25.         that is your problem, not mine.
  26.         2) You understand that this software was developed using the RXFTP
  27.         package and agree to the additional license arrangements listed in the
  28.         license.txt file. You also agree to follow the licensing for Go listed
  29.         in the go_15.zip. Also, thanks to Jeff Glatt for Filerexx!
  30.         3) You MUST register after 15 days of use of this product. To do so,
  31.         send me email or snail mail telling me your name, address, email
  32.         address, and then please provide comments on how I should improve the
  33.         product. I *do* use suggestions to make changes. I can be reached below:
  34. .
  35.                         cotroneo@mailman.tvcc.cc.or.us
  36.                               or
  37.                         Keith Cotroneo
  38.                         661 SW 5th St.
  39.                         Ontario, OR 97914
  40.         4) If you distribute the package to others, you must give them the whole
  41.         Zip file.
  42.         5) You may not sell this software product to anyone.
  43. .
  44. .
  45. Changes in S-FTP since version 1.00:
  46.         1) Text files in the Directory List are now loaded to the viewer by
  47.         single clicking on the file to highlight it and then clicking the view
  48.         push button.
  49.         2) The Download List may now be populated from a viewed text file. This
  50.         works for files such as the Hobbes 00index.txt files. For this function
  51.         to work, the filename must be in the first position in the line of the
  52.         text file.
  53.         3) While files are downloading, you can now continue to populate the
  54.         download list box. You can download files while you are viewing the
  55.         directory list or 00index.txt files in the viewer and continue to
  56.         transfer file names to the Download List. Files will be downloaded in
  57.         the order of transfer to the download list.
  58.         4) Lengthy processes, such as logon and downloading are now placed
  59.         in separate threads. This makes the application much more responsive
  60.         and doesn't lock the application while processes are completed.
  61.         5) Added download path setting and config menu option.
  62.         6) Added Delete Host and Add Host buttons to allow configuring the
  63.         host list.
  64.         7) Added several progress indicators to tell the user what is happening.
  65.         8) S-FTP will now download files from outside the current remote
  66.         directory. You can build the download list from various directories
  67.         or 00index.txt files. The download list will remember paths to those
  68.         files and retrieve them when you download.
  69.         9) Added capability to configure host user name, password, default
  70.         directory.
  71.         10) Improved the logon process. It is more streamlined and provides
  72.         better progress reporting.
  73. v1.05
  74.         11) Added upload capability.
  75. v1.06
  76.         12) Added capability to resize the main SFTP window.
  77.         13) Added audible beep to signify completion of download list.
  78.         14) Added date/time sort button for directory list.
  79.         15) Added auto date/time sorting check box for auto sorting
  80.         whenever the directory list is updated.
  81.         16) Added double click .txt files to viewer check box option.
  82.         17) Changed the directory list default font to system monospace.
  83.         *NOTE: all of the 1.06 changes were made at the request of users.
  84.                I have more and I am working on them.
  85. v1.07
  86.         18) Fixed the date sorting routine. It didn't work right. Now if
  87.         the Date Sort box is checked, the directory list will be downloaded
  88.         in descending date order.
  89. v1.08
  90.         19) Added back up directory button <<.
  91.         20) Increased directory text box character capacity.
  92. v1.09   21) Added capability to save window size and position.
  93. v1.09a  22) Fixed a compatibility problem with earlier versions and the
  94.         path.txt file. Users of previous versions can now keep their old
  95.         path.txt file, whereas v1.09 required replacing it.
  96. v1.10   23) Fixed a problem with the progress indicator not functioning on
  97.         FAT partitions. Thank you to Jeff Glatt for his wonderful FILEREXX
  98.         utilities. The FILEREXX.DLL is now required for SFTP.
  99. v1.20   24) Improved download progress indicator to provide percent
  100.         statistic.
  101.         25) Added download progress indicator for the viewer.
  102.         26) Added aliases, now you can have multiple aliases with different
  103.         download directories, user and password for each  host.
  104.         27) Changed behavior in the host listbox so that a double click
  105.         on the host alias automatically logs on the the remote host.
  106.         28) Added quick list type function to quickly add the current host
  107.         and directory to the alias list. Clicking on a Add Host now
  108.         automatically sets up the current directory with an alias in the
  109.         add host option window.
  110.         29) Added direct host logging. Typing a host with a directory, ie.
  111.         hobbes.nmsu.edu/incoming in the host edit box and then clicking on
  112.         logon will automatically logon to the host without having to set
  113.         up a specific host alias.
  114.         30) Changed the directory listbox behavior so that you can press
  115.         enter or  double click to select an entry.
  116.         31) Added the capability to press the escape key in the viewer to
  117.         close the viewer window.
  118.         32) Fixed the download routine so that it adjusts filenames to
  119.         conform to the 8.3 requirement when downloading to a FAT drive.
  120.         33) Made adjustments to the multi-threading components to
  121.         improve responsiveness.
  122. v1.21   34) Changed the behavior of sftp so that it no longer pops to the
  123.         foreground after download completion.
  124.         35) Added automatic logging. Now all downloads are logged to a file
  125.         called sftplog that is located in the sftp directory. This log is
  126.         useful if you want to check to see from which host and directory
  127.         you received a particular file. You can also logon to a host from the
  128.         log file by selecting log and view log from the menu and then double
  129.         clicking on an entry in the viewer.
  130.         36) Added Host Edit button.
  131.         37) Changed alias list action so that a single click on the host list
  132.         will display the host name and logon directory.
  133.         38) Changed the host add/edit window so that a single click instead
  134.         of a double click in the alias list will display its settings.
  135. v1.22   39) Added support for the lr style directory entries.
  136.         40) Fixed problem with the alias/host editor.
  137.         41) Added abort function (it is slow, but works for long downloads).
  138.         42) Cleaned up a few problems with the text messages on the interface.
  139.         43) Fixed a problem with the logoff/logon routines.
  140. v1.23   44) Fixed another problem with the edit/add function.
  141.         45) Fixed an unbalanced do/end coding problem
  142.         46) Added multiple view capability. By holding ctrl and c